func encoding/json.unquoteBytes

5 uses

	encoding/json (current package)
		decode.go#L676: 		key, ok := unquoteBytes(item)
		decode.go#L879: 		s, ok := unquoteBytes(item)
		decode.go#L930: 		s, ok := unquoteBytes(item)
		decode.go#L1183: 	s, ok = unquoteBytes(s)
		decode.go#L1197: func unquoteBytes(s []byte) (t []byte, ok bool) {